============================================================================== Simba Presto ODBC Data Connector Release Notes ============================================================================== The release notes provide details of enhancements, features, known issues, and workflow changes in Simba Presto ODBC Connector 1.4.1.1000, as well as the version history. 1.4.1.1000 =================================================================== Released 2025-04-11 Enhancements & New Features * Updated third-party libraries The connector now uses the following third-party libraries: - Expat 2.6.4 (previously 2.6.2) - libcurl 8.12.0 (previously 8.9.1) - OpenSSL 3.0.16 (previously 3.0.13) - rapidjson 20220112 (previously 1.1.0) Resolved Issues The following issue has been resolved in Simba Presto ODBC Connector 1.4.1.1000. * [PRESO-1730] Resolved the data truncation issue for varchar characters. Known Issues The following are known issues that you may encounter due to limitations in the data source, the connector, or an application. * Implicit casting of CHAR(x) to larger CHAR(x) is not supported Beginning with version 0.152.1-t, Presto does not support implicit casting of CHAR(x) data to a CHAR(x) of a larger size. As a workaround, INSERT queries into columns of CHAR(x) type must contain an explicit cast into a CHAR(x) type of the size reported by the Presto Server. * [PRESO-681] Some year values not supported in TIME and TIMESTAMP The connector does not support year values less than -9999 or greater than 9999 in TIME and TIMESTAMP data types. Workflow Changes ============================================================= The following changes may disrupt established workflows for the connector. 1.2.4 ------------------------------------------------------------------------ * Minimum TLS Version Beginning with this release, the driver requires a minimum version of TLS for encrypting the data store connection. By default, the driver requires TLS version 1.2. This requirement may cause existing DSNs and connection strings to stop working, if they are used to connect to data stores that use a TLS version earlier than 1.2. To resolve this, in your DSN or connection string, set the Minimum TLS option (the Min_TLS property) to the appropriate version of TLS for your server. For more information, see the Installation and Configuration Guide. Version History ============================================================== 1.4.0.1000 ------------------------------------------------------------------- Released 2025-01-20 Enhancements & New Features * [PRESO-1660][PRESO-1411] Updated platform support The driver now supports the following platform versions: - Red Hat Enterprise Linux (RHEL) 8 ARM support - SUSE Linux Enterprise Server (SLES) 15 For a list of supported platform versions, see the Installation and Configuration Guide. * [PRESO-1286] Updated SEN SDK The SEN SDK version 10.2 has been updated to version SEN 10.3. * [PRESO-1578] Updated TLS support The driver now supports a minimum TLS version of 1.3. For more details, see the Installation and Configuration Guide. 1.3.1.1002 ------------------------------------------------------------------- Released 2024-02-26 Enhancements & New Features * [PRESO-1350] Enhanced FIPS support You can now enable FIPS support by downloading a separate FIPS package available for assistance. For more information, see the Installation and Configuration Guide. 1.3.1.1001 ------------------------------------------------------------------- Released 2023-11-17 Enhancements & New Features * Updated FIPS support The connector now supports the FIPS (Federal Information Processing Standards) module to ensure the security, quality, and processing compatibility of various services. For more information, see the Installation and Configuration Guide. * Updated MIT Kerberos support The connector now uses MIT Kerberos version 4.1. Previously, the connector used MIT Kerberos version 4.0.1. * Updated third-party libraries The connector now uses the following third-party libraries: - Libcurl 8.4.0 (previously 8.1.2) - OpenSSL 3.0.11 (previously 3.0.9) 1.3.0.1000 ------------------------------------------------------------------- Released 2023-11-03 Enhancements & New Features * Updated macOS support On macOS, the connector is now a Universal driver that natively supports Apple Silicon. For security best practices, it is suggested to keep both the connector and OS updated. * Updated SEN SDK support The connector now uses SEN SDK version 10.2. Previously, the connector used SEN SDK version 10.1. Resolved Issues The following issue has been resolved in Simba Presto ODBC Connector 1.3.0.1000. * [PRESO-729] When using Power BI on-premise, the custom connector throws an error. ==============================================================================